Build gtk-doc scanner without deprecation warnings
authorMatthias Clasen <mclasen@redhat.com>
Thu, 23 Jan 2014 23:49:12 +0000 (18:49 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 24 Jan 2014 02:09:24 +0000 (21:09 -0500)
Use of deprecated symbols is expected in this code,
no need to warn about it.

docs/reference/gtk/Makefile.am

index 848bcd731c225ff1d0a3b53a9f4bed64ec334a91..e66e20f48e55a211af1712b219d6f865ec6fd076 100644 (file)
@@ -112,6 +112,7 @@ AM_CPPFLAGS = \
        -I$(top_builddir)       \
        -I$(top_builddir)/gdk   \
        -DGTK_ENABLE_BROKEN     \
+       -Wno-deprecated-declarations \
        $(GTK_DEBUG_FLAGS)      \
        $(GTK_DEP_CFLAGS)